home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3026 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  51 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga doesn`t need Pl
  5. Date: 11 Feb 96 10:48:46 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1690.6615T648T2305@wvlink.mpl.com>
  8. References: <john.hendrikx.4co7@grafix.xs4all.nl>
  9. NNTP-Posting-Host: slip8.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. [snip long message re jerking serial mouse]
  13.  
  14.  TBK>> Not  really..   I  think  it's  a hardware problem of the
  15.  TBK>> serial mouse. When  I  hooked  one  up  to  the  Amiga it was
  16.  TBK>> just as jerky. 
  17.  
  18.  JH> I hadn't thought of that.  The gfx-card is definitely not the
  19.  JH> problem though
  20.  JH> :-)
  21.  
  22. I think the main problem that you perceive here is the response time of the
  23. serial mouse.
  24.  
  25. First, lets define the mouse!  A normal "pc" mouse only works at an output
  26. baud rate of 1200 baud!
  27.  
  28. While there is hardware in the pc to handle that, and all the pc has to do
  29. is update the pointer position at the end of the string of bytes from the
  30. mouse, 3 to 4 usually, the amiga serial mice conversions I've seen would
  31. appear to be stuck in a busy loop polling the port with a software uart for
  32. the entire duration of that 1200 baud data transfer!
  33.  
  34. That translates into a pointer update rate of far less than once per field,
  35. more like 1/3 second per move assuming the amiga can move it instantly once
  36. it has the data.  To me, that would seem indicate a need for a new
  37. definition for the word "jerky", the present one isn't at all adequate!
  38.  
  39. BTW, go look at how a pc mouse pointer moves in fact.  Then you'll truely
  40. understand that we Amigan's are indeed spoiled!  Fat cable, doofy
  41. construction vis-a-vis the switches, optical wheels are the damndest lint
  42. grabbers, the balls can't tolerate pizza grease on the pad at all, but when
  43. it works, its sweet!
  44.  
  45. /*            Gene Heskett          |  These opinions are NOT to be  */
  46. /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  47. /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  48. #include <std.disclaimer>
  49.  
  50.  
  51.